home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / DOC / bench.txt next >
Text File  |  1996-07-09  |  2KB  |  53 lines

  1. BENCH.TXT                        Copyright (c) 1994,96 xTech Ltd
  2. ----------------------------------------------------------------
  3.  
  4.                  Native XDS-x86 OS/2 Edition
  5.                  ---------------------------
  6.                      v2.17 (pre-release)
  7.  
  8.                          Benchmarks
  9.  
  10.  
  11. NOTE: We did not run benchmarks on 2.17 yet; test results are
  12.       given for 2.12.
  13.  
  14. The directory samples\simple contains the following benchmark
  15. programs:
  16.  
  17.         dry.mod         Drystone  (Modula-2)
  18.         dry.c           Drystone  (C)
  19.         whet.mod        Whetstone (Modula-2)
  20.         linnew.mod      LinPack   (Modula-2)
  21.         linnew.c        LinPack   (C)
  22.  
  23. These tests can be used to compare different platforms and different
  24. compilers.  We include C sources to make it possible to compare the
  25. quality of the generated code with C compilers.
  26.  
  27. Enclosed are result of comparision between our compiler and
  28. several C compilers. All tests were made on 486DX2-66 PC.
  29. All possible optimizations for each compiler were turned on.
  30.  
  31. Compiler         Dhrystones/second      Compiler options
  32. --------------------------------------------------------------
  33. XDS 2.12             117 K                (see below)
  34. Watcom 10.0          105 K                -ox -oa -4r -oe=500 -zp4
  35. MSVC 2.0              84 K                /Ox /Oa
  36. Symantec 6.1          51 K                 -o+all
  37.  
  38. For our compiler the following project file was used:
  39. ------------------------------
  40. +alignment
  41. +procinline
  42. +noptralias
  43. -checkindex
  44. -checkrange
  45. -checknil
  46. -checkdiv
  47. -ioverflow
  48. -coverflow
  49. !module dry.mod
  50. ------------------------------
  51.  
  52.                         [end of document]
  53.